按照以下目录结构存放程序,然后制作makefile文件,把makefile文件内容填入表格中。
现有一个程序由5个文件组成:
1 | /* ./main.c */ |
1 | /* ./functions/mytool1.c */ |
1 | /* ./functions/mytool1.h */ |
1 | /* ./functions/mytool2.c */ |
1 | /* ./functions/mytool2.h */ |
1 | ./Makefile |
输出结果:
Knowledge is a treasure, but practice is the key to it.
按照以下目录结构存放程序,然后制作makefile文件,把makefile文件内容填入表格中。
现有一个程序由5个文件组成:
1 | /* ./main.c */ |
1 | /* ./functions/mytool1.c */ |
1 | /* ./functions/mytool1.h */ |
1 | /* ./functions/mytool2.c */ |
1 | /* ./functions/mytool2.h */ |
1 | ./Makefile |
输出结果: